home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / conf.d / wlancfg-DEFAULT < prev   
Text File  |  2006-03-31  |  2KB  |  44 lines

  1. #=======USER MIB SETTINGS=============================
  2. # You can add the assignments for various MIB items
  3. #  of your choosing to this variable, separated by 
  4. #  whitespace.  The wlan-ng script will then set each one.
  5. # Just uncomment the variable and set the assignments 
  6. #  the way you want them.
  7.  
  8. #USER_MIBS="p2CnfRoamingMode=1 p2CnfShortPreamble=mixed"
  9.  
  10. #=======WEP===========================================
  11. # [Dis/En]able WEP.  Settings only matter if PrivacyInvoked is true
  12. lnxreq_hostWEPEncrypt=false     # true|false
  13. lnxreq_hostWEPDecrypt=false     # true|false
  14. dot11PrivacyInvoked=false    # true|false
  15. dot11WEPDefaultKeyID=0        # 0|1|2|3
  16. dot11ExcludeUnencrypted=true    # true|false, in AP this means WEP is required.
  17.  
  18. # If PRIV_GENSTR is not empty, use PRIV_GENTSTR to generate 
  19. #  keys (just a convenience)
  20. # add-ons/ in the tarball contains other key generators.
  21. PRIV_GENERATOR=/sbin/nwepgen    # nwepgen, Neesus compatible
  22. PRIV_KEY128=false        # keylength to generate
  23. PRIV_GENSTR=""
  24.  
  25. # or set them explicitly.  Set genstr or keys, not both.
  26. dot11WEPDefaultKey0=        # format: xx:xx:xx:xx:xx   or
  27. dot11WEPDefaultKey1=        #         xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
  28. dot11WEPDefaultKey2=        #  e.g.   01:20:03:40:05   or
  29. dot11WEPDefaultKey3=        #         01:02:03:04:05:06:07:08:09:0a:0b:0c:0d
  30. #=======SELECT STATION MODE===================
  31. IS_ADHOC=n             # y|n, y - adhoc, n - infrastructure
  32.  
  33. #======= INFRASTRUCTURE STATION  ===================
  34. # What kind of authentication?
  35. AuthType="opensystem"        # opensystem | sharedkey (requires WEP)
  36.  
  37. #======= ADHOC STATION ============================
  38. BCNINT=100            # Beacon interval (in Kus)
  39. CHANNEL=6            # DS channel for BSS (1-14, depends 
  40.                 #   on regulatory domain)
  41. BASICRATES="2 4"        # Rates for mgmt&ctl frames (in 500Kb/s)
  42. OPRATES="2 4 11 22"        # Supported rates in BSS (in 500Kb/s)
  43.  
  44.